File: n_ostm.sru
Size: 338
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension OLEStream class
forward
global type n_ostm from pfc_n_ostm
end type
end forward

global type n_ostm from pfc_n_ostm
end type
global n_ostm n_ostm

on n_ostm.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_ostm.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on